Gets the key value of the group.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public TKey Key { get; }
Visual Basic
Public ReadOnly Property Key As TKey
	Get

Implements

IGrouping<(Of <(<'TKey, TElement>)>)>..::..Key

Remarks

The key value is common to the elements of this group.

See Also